Uses of Interface
org.eclipse.vtp.framework.spi.ICommandProcessor

Packages that use ICommandProcessor
org.eclipse.vtp.framework.common.services   
org.eclipse.vtp.framework.engine.runtime   
org.eclipse.vtp.framework.interactions.core.services   
 

Uses of ICommandProcessor in org.eclipse.vtp.framework.common.services
 

Constructors in org.eclipse.vtp.framework.common.services with parameters of type ICommandProcessor
Controller(ICommandProcessor commandProcessor, IVariableRegistry variableRegistry, IScriptingService scriptingService)
          Creates a new Controller.
 

Uses of ICommandProcessor in org.eclipse.vtp.framework.engine.runtime
 

Classes in org.eclipse.vtp.framework.engine.runtime that implement ICommandProcessor
protected  class Execution.Context
          Implementation of the generic context.
 

Uses of ICommandProcessor in org.eclipse.vtp.framework.interactions.core.services
 

Constructors in org.eclipse.vtp.framework.interactions.core.services with parameters of type ICommandProcessor
Conversation(ICommandProcessor commandProcessor, IBrandSelection brandSelection, IInteractionTypeSelection interactionTypeSelection, ILanguageSelection languageSelection, IMediaProviderRegistry mediaProviderRegistry, IVariableRegistry variableRegistry, IScriptingService scriptingService)
          Creates a new Conversation.